home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / DEQUEUE < prev    next >
Text File  |  1991-08-29  |  141b  |  9 lines

  1. to dequeue :queue
  2. local "result
  3. make "result first thing :queue
  4. make :queue butfirst thing :queue
  5. output :result
  6. end
  7.  
  8. bury "dequeue
  9.